home *** CD-ROM | disk | FTP | other *** search
/ The Cartoon Guide to Physics / The Cartoon Guide to Physics.iso / pc / physdata / stsetup.dir / 00027.ls < prev    next >
Encoding:
Text File  |  1995-09-10  |  358 b   |  12 lines

  1. on mouseDown
  2.   global ShowAnimation
  3.   puppetSound("click")
  4.   set the locH of sprite 19 to 88
  5.   set the locV of sprite 19 to 255
  6.   set the castNum of sprite 19 to the number of cast "on lever"
  7.   set the castNum of sprite 14 to the number of cast "on red"
  8.   set the castNum of sprite 15 to the number of cast "off"
  9.   updateStage()
  10.   set ShowAnimation to 1
  11. end
  12.